home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 9825 / 9825.xpi / chrome / skin / popup_bubble.css < prev    next >
Cascading Style Sheet File  |  2010-01-11  |  4KB  |  137 lines

  1. a.smarterwiki-popup-bubble.smarterwiki-popup-bubble-lite
  2. {
  3.     background-color: transparent !important;
  4.     background-image: url("http://static.smarterfox.com/media/popup_bubble/wiki-popup-bubble-lite.gif") !important;
  5.     /*background-image: url("http://static.smarterfox.com/media/popup_bubble/wiki-bubble.png") !important;*/
  6.     /*background-image: url(chrome://smarterwiki/content/popup_bubble/wiki-bubble-square.png) !important;*/
  7.     background-repeat: no-repeat !important; 
  8.     background-position: 0 0 !important;
  9.     /*
  10.     margin-top: -23px !important; 
  11.     margin-left: -25px !important; 
  12.     */
  13.     margin-left: -30px !important;
  14.     margin-top: -36px !important;
  15.     margin-bottom: 0 !important; 
  16.     margin-right: 0 !important; 
  17.     position: absolute !important; 
  18.     /*
  19.     height: 30px !important; 
  20.     width: 26px !important; 
  21.     */
  22.     width: 30px !important; 
  23.     height: 36px !important; 
  24.     text-decoration: none !important; 
  25.     border: none !important;
  26.     display: inline !important;
  27. }
  28.  
  29.  
  30. .smarterwiki-clearfix:after
  31. {
  32.     clear: both !important;
  33.     content: "." !important;
  34.     display: block !important;
  35.     width: 0 !important;
  36.     height: 0 !important;
  37.     visibility: hidden !important;
  38. }
  39.  
  40. .smarterwiki-popup-bubble *
  41. {
  42.     padding: 0 !important;
  43.     border: none !important;
  44.     margin: 0 !important;
  45.     outline: 0 !important;
  46.     font-size: inherit !important;
  47.     font-weight: inherit !important;
  48.     font-style: inherit !important;
  49.     font-family: inherit !important;
  50.     line-height: inherit !important;
  51.     background: none !important;
  52.     background-color: transparent !important;
  53.     text-align: left !important;
  54.     min-width: 0 !important;
  55.     width: auto;
  56.     height: auto; /*adding !important interferes with slideUp and slideDown */
  57.     vertical-align: baseline !important;
  58.     text-indent: 0 !important;
  59.     
  60.     position: static !important;
  61. }
  62.  
  63. .smarterwiki-popup-bubble
  64. {
  65.     font-size: 12px !important;
  66.     font-weight: normal !important;
  67.     font-style: normal !important;
  68.     line-height: normal !important;
  69.     background-color: transparent !important;
  70.  
  71.     position: absolute !important; 
  72.     display: inline !important;
  73.     line-height: 0 !important;
  74.     z-index: 2147483647 !important;
  75.  
  76.     vertical-align: baseline !important;
  77.     /*margin-top: -36px !important; */ /* 3*2 + 3*2 + 18 + 9-3 */
  78.     /* margin-left: -30px !important; */ /* 3*2 + 3*2 + 18 */
  79. }
  80. .smarterwiki-popup-bubble:hover
  81. {
  82.     opacity: 1.0 !important;
  83. }
  84.  
  85. .smarterwiki-popup-bubble-body
  86. {
  87.     -moz-border-radius: 7px 7px 7px 7px !important;
  88.     -webkit-border-radius: 7px !important;
  89.     border-radius: 7px !important;
  90.     border: 3px solid #909090 !important;
  91.     background-color: #F0F0F0 !important;
  92.     padding: 3px !important;
  93.     display: block !important;
  94.     line-height: 0 !important;
  95.     width: auto !important;
  96. }
  97.  
  98. .smarterwiki-popup-bubble-tip
  99. {
  100.     background: transparent url("http://static.smarterfox.com/media/popup_bubble/popup-bubble-tip.png") no-repeat 0 0 !important;
  101.     margin-top: -3px !important;
  102.     display: inline-block !important;
  103.     height: 9px !important;
  104.     width: 12px !important;
  105.     clear: both !important;
  106.     float: right !important;
  107.     margin-right: 7px !important;
  108. }
  109.  
  110. a.smarterwiki-popup-bubble-link
  111. {
  112.     text-decoration: none !important; 
  113.     display: inline-block !important;
  114.     margin-top: 3px !important; /* same as .smarterwiki-popup-bubble-links padding */
  115.     margin-left: 3px !important; /* same as .smarterwiki-popup-bubble-links padding */
  116.  
  117.     float: right !important;
  118. }
  119.  
  120. .smarterwiki-popup-bubble-links
  121. {
  122.     margin-top: -3px !important; /* same as neg of .smarterwiki-popup-bubble-link margin */
  123.     margin-left: -3px !important; /* same as neg of .smarterwiki-popup-bubble-link margin */
  124.     display: block !important;
  125. }
  126.  
  127. .smarterwiki-popup-bubble-links-row
  128. {
  129.     display: block !important;
  130. }
  131.  
  132. img.smarterwiki-popup-bubble-link-favicon
  133. {
  134.     height: 18px !important; 
  135.     width: 18px !important; 
  136.     display: block !important;
  137. }